summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ming Hua [Thu, 13 Mar 2008 23:09:25 +0000 (18:09 -0500)]
Do not use VIQR input method for vi locale by default
In the Vietnamese Quoted-Readable input method, punctuation following a
base letter is converted into diacritical marks, for example a( → ă.
(See <https://en.wikipedia.org/wiki/Vietnamese_Quoted-Readable>.)
A 2008 bug report in Ubuntu argued that this is a problematic default,
particularly when typing passwords, where the effect of the punctuation
is non-obvious.
According to the bug reporter, VIQR is popular with Vietnamese users
living elsewhere in the world, where Vietnamese keyboards are unlikely
to be readily available, but is not a popular choice within Vietnam,
where the Telex or VNI input modes are preferred.
[smcv: Add a summary of the Ubuntu bug]
Bug-Debian: https://bugs.debian.org/895043
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/191451
Forwarded: no
Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch
Martin Pitt [Thu, 8 Sep 2011 07:14:02 +0000 (09:14 +0200)]
Consistently treat gdkenumtypes.[hc] as source files
Always generate gdk/gdkenumtypes.c in the source tree, and fix path in the
introspection sources. With this, gdkenumtypes.c is correctly included with
separate build trees, too. This fixes missing GTypes in the .gir when using a
separate build tree.
Also remove the gdk/stamp-gdkenumtypes.h target. It was forcing the
regeneration of gdk/gdkenumtypes.h even if it was already present and current
in the source tree.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=647729
Bug-Ubuntu: https://launchpad.net/bugs/769256
Forwarded: yes
Gbp-Pq: Name 018_gdkenumtypes.c_location.patch
Robert Carr [Tue, 29 Nov 2011 23:25:29 +0000 (00:25 +0100)]
Do not allow devices in an offscreen hierarchy to take grabs.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=658563
Bug-Ubuntu: https://launchpad.net/bugs/804009
Forwarded: yes
Gbp-Pq: Name 017_no_offscreen_device_grabbing.patch
Cody Russell [Tue, 29 Nov 2011 23:25:29 +0000 (00:25 +0100)]
Don't let offscreen widget do grabbing
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=607668
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=658563
Bug-Ubuntu: https://bugs.launchpad.net/bugs/512427
Forwarded: yes
Gbp-Pq: Name 016_no_offscreen_widgets_grabbing.patch
Matthias Clasen [Wed, 5 Sep 2018 23:54:32 +0000 (19:54 -0400)]
Fix portal path handling
This was broken when I recently introduced this helper
function.
Origin: upstream, commit:
47122288b82e50b88e3185d960e2ba5ee8a27a36
Applied-Upstream: 3.24.1
Gbp-Pq: Name Fix-portal-path-handling.patch
Jan Alexander Steffens (heftig) [Wed, 5 Sep 2018 19:46:28 +0000 (21:46 +0200)]
GtkApplication: Fix CRITICAL on shutdown when register_session=FALSE
Origin: upstream, commit:
3c7d5e749ccafa75718ef00f1d5f6cdc0defacb3
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908070
Applied-Upstream: 3.24.1
Gbp-Pq: Name GtkApplication-Fix-CRITICAL-on-shutdown-when-register_ses.patch
Iain Lane [Tue, 11 Sep 2018 16:33:38 +0000 (17:33 +0100)]
gtk+3.0 (3.24.0-3) unstable; urgency=medium
* Cherry-pick
3c7d5e7 to fix a critical on gtk_application_shutdown when not
using portals (Closes: #908070)
* Add Applied-Upstream to last cherry-pick
* Fix-portal-path-handling.patch: Cherry-pick from upstream. Fix an
incorrect dereference in the portal handling code.
[dgit import unpatched gtk+3.0 3.24.0-3]
Iain Lane [Tue, 11 Sep 2018 16:33:38 +0000 (17:33 +0100)]
Import gtk+3.0_3.24.0-3.debian.tar.xz
[dgit import tarball gtk+3.0 3.24.0-3 gtk+3.0_3.24.0-3.debian.tar.xz]
Iain Lane [Tue, 4 Sep 2018 17:10:53 +0000 (18:10 +0100)]
Import gtk+3.0_3.24.0.orig.tar.xz
[dgit import orig gtk+3.0_3.24.0.orig.tar.xz]